Lightweight Directory Access Protocol - определение. Что такое Lightweight Directory Access Protocol
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Lightweight Directory Access Protocol - определение

COMPUTER NETWORK PROTOCOL
Ldap; ObjectClass; Distinguished Name; Eldap; Relative Distinguished Name; LDAP; LDAPS
Найдено результатов: 2567
Lightweight Directory Access Protocol         
<protocol> (LDAP) A protocol for accessing on-line directory services. LDAP was defined by the IETF in order to encourage adoption of X.500 directories. The Directory Access Protocol (DAP) was seen as too complex for simple internet clients to use. LDAP defines a relatively simple protocol for updating and searching directories running over TCP/IP. LDAP is gaining support from vendors such as Netscape, Novell, Sun, HP, IBM/Lotus, SGI, AT&T, and Banyan An LDAP directory entry is a collection of attributes with a name, called a distinguished name (DN). The DN refers to the entry unambiguously. Each of the entry's attributes has a type and one or more values. The types are typically mnemonic strings, like "cn" for common name, or "mail" for e-mail address. The values depend on the type. For example, a mail attribute might contain the value "donald.duck@disney.com". A jpegPhoto attribute would contain a photograph in binary JPEG/JFIF format. LDAP directory entries are arranged in a hierarchical structure that reflects political, geographic, and/or organisational boundaries. Entries representing countries appear at the top of the tree. Below them are entries representing states or national organisations. Below them might be entries representing people, organisational units, printers, documents, or just about anything else. RFC 1777, RFC 1778, RFC 1959, RFC 1960, RFC 1823. {LDAP v3 (http://kingsmountain.com/LDAPRoadmap/CurrentState.html)}. [Difference v1, v2, v3?] (2003-09-27)
Lightweight Directory Access Protocol         
The Lightweight Directory Access Protocol (LDAP ) is an open, vendor-neutral, industry standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network. Directory services play an important role in developing intranet and Internet applications by allowing the sharing of information about users, systems, networks, services, and applications throughout the network.
LDAP         
Lightweight Directory Access Protocol (Reference: RFC 1777, X.500, DS, AD)
directory enquiries         
PHONE SERVICE
Directory enquiries; Directory Assistance; 555-1212; Directory inquiries; ODSI; 5551212; Phone directory assistance; 118 500; 118 888; 118 800; 118800; Directory Enquiries; Directory Inquiries
Directory enquiries is a service which you can telephone to find out someone's telephone number. (BRIT; in AM, use information
, directory assistance
)
He dialled directory enquiries.
N-UNCOUNT
ODSI         
PHONE SERVICE
Directory enquiries; Directory Assistance; 555-1212; Directory inquiries; ODSI; 5551212; Phone directory assistance; 118 500; 118 888; 118 800; 118800; Directory Enquiries; Directory Inquiries
Open Directory Service Interfaces (Reference: MS, Windows NT)
Directory assistance         
PHONE SERVICE
Directory enquiries; Directory Assistance; 555-1212; Directory inquiries; ODSI; 5551212; Phone directory assistance; 118 500; 118 888; 118 800; 118800; Directory Enquiries; Directory Inquiries
In telecommunications, directory assistance or directory inquiries is a phone service used to find out a specific telephone number and/or address of a residence, business, or government entity.
directory enquiries         
PHONE SERVICE
Directory enquiries; Directory Assistance; 555-1212; Directory inquiries; ODSI; 5551212; Phone directory assistance; 118 500; 118 888; 118 800; 118800; Directory Enquiries; Directory Inquiries
(N. Amer. directory assistance)
¦ plural noun a telephone service used to find out someone's telephone number.
Web directory         
DIRECTORY ON THE WORLD WIDE WEB
Web diretories; Web directories; Webdirectory; Internet Directory; Links to Web Directories; Human-edited directories; Links directory; Internet directory; RSS feeds directory; Link directory; Website submission; Bid for position directory; Bidding directory; Website or URL directory; Blog directory; Link site; Web catalog; Automated submission web directory; Automated link submission; Search directory; Directory Websites
A web directory or link directory is an online list or catalog of websites. That is, it is a directory on the World Wide Web of (all or part of) the World Wide Web.
Protocol (science)         
PREDEFINED WRITTEN PROCEDURAL METHOD IN THE DESIGN AND IMPLEMENTATION OF EXPERIMENTS IN NATURAL SCIENCES
Clinical trial protocol; Clinical protocol; Clinical protocols; Protocol (Natural Sciences); Scientific protocol; Scientific protocal; Protocol (natural sciences); Protocol (Science); Lab protocol
In natural and social science research, a protocol is most commonly a predefined procedural method in the design and implementation of an experiment. Protocols are written whenever it is desirable to standardize a laboratory method to ensure successful replication of results by others in the same laboratory or by other laboratories.

Википедия

Lightweight Directory Access Protocol

The Lightweight Directory Access Protocol (LDAP ) is an open, vendor-neutral, industry standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network. Directory services play an important role in developing intranet and Internet applications by allowing the sharing of information about users, systems, networks, services, and applications throughout the network. As examples, directory services may provide any organized set of records, often with a hierarchical structure, such as a corporate email directory. Similarly, a telephone directory is a list of subscribers with an address and a phone number.

LDAP is specified in a series of Internet Engineering Task Force (IETF) Standard Track publications called Request for Comments (RFCs), using the description language ASN.1. The latest specification is Version 3, published as RFC 4511 (a road map to the technical specifications is provided by RFC4510).

A common use of LDAP is to provide a central place to store usernames and passwords. This allows many different applications and services to connect to the LDAP server to validate users.

LDAP is based on a simpler subset of the standards contained within the X.500 standard. Because of this relationship, LDAP is sometimes called X.500-lite.